[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DRAW CIRCLE AT

Description:
This command will draw a circle at the specified row/column coordinates
with a radius of <Pos2> characters.  The circle will be drawn with a
solid line.

Syntax:
DRAW CIRCLE AT <Pos1>,<Pos2> RADIUS <radius>

Arguments:
<Pos1> is the center point row screen coordinate from 0 to 24.
<Pos2> is the center point column screen coordinate from 0 to 79.
<radius> is the radius in <Pos2> coordinates from the center point.

Example:
DRAW CIRCLE AT 12,40 RADIUS 4

         Purpose: Draw a circle
 Mapped Function: __DrawCircle() contained in GLLIBR.PRG.
   dGE functions: drawcircle()
   Other GL UDFs: __XdGE(),__YdGE(),__XdGE_(),__DgeColor()
System variables: None.
System constants: None.

See Also:

See Also: __DrawCircle()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson